-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: enable staticcheck and prealloc on nogo #35486
Conversation
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/ccd7b6ac67dfa77be1aa973b0985ec625514cc39 |
/run-unit-test |
1 similar comment
/run-unit-test |
44c83d0
to
e3e9c48
Compare
6c80f77
to
16ff4a5
Compare
/run-check_dev_2 |
/run-unit-test |
743597f
to
705cdb7
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6fc21e46c29aa730a0550b284d51ca0bfb2f623c
|
/hold |
1ea6492
to
6e72812
Compare
Signed-off-by: Weizhen Wang <[email protected]>
Co-authored-by: tangenta <[email protected]>
Co-authored-by: tangenta <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
Signed-off-by: Weizhen Wang <[email protected]>
76e16a7
to
105f68a
Compare
/unhold |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: ccd7b6a
|
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
Signed-off-by: Weizhen Wang [email protected]
What problem does this PR solve?
Issue Number: ref #35345
Problem Summary:
What is changed and how it works?
we add the
//nolint
or//linter
Analyze.Pass to skip the linter likegolangcilinter
.Check List
Tests
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.